1. /* sdosubsf.cpp by K.Tsuru */
  2. // function ID = 35 DRADIX
  3. /*******************************************************
  4. SDouble class
  5. It provides the substitution operator SDouble=SFraction
  6. ********************************************************/
  7. #ifndef SN_H
  8. #include "sn.h"
  9. #endif
  10. SDouble& SDouble::operator=(const SFraction& sf){
  11. SDouble a;
  12. a = SFToSD(sf);
  13. CopyDouble(a, SUBS);
  14. return *this;
  15. }

sdosubsf.cpp : last modifiled at 2015/11/25 20:17:51(415 bytes)
created at 2017/10/07 10:21:14
The creation time of this html file is 2017/10/07 10:30:03 (Sat Oct 07 10:30:03 2017).